func crypto/tls.cipherSuiteByID

4 uses

	crypto/tls (current package)
		cipher_suites.go#L178: 		candidate := cipherSuiteByID(id)
		cipher_suites.go#L394: 		if c := cipherSuiteByID(cID); c != nil {
		cipher_suites.go#L639: 			return cipherSuiteByID(id)
		cipher_suites.go#L645: func cipherSuiteByID(id uint16) *cipherSuite {